home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 320
- Top = 163
- Width = 562
- Height = 365
- Caption = 'Socket Client'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object DBGrid1: TDBGrid
- Left = 96
- Top = 64
- Width = 449
- Height = 265
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBNavigator1: TDBNavigator
- Left = 96
- Top = 16
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 376
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Connect'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 472
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Activate'
- TabOrder = 3
- OnClick = Button2Click
- end
- object ClientSocket1: TClientSocket
- Active = False
- Address = '192.168.92.201'
- ClientType = ctNonBlocking
- Port = 4242
- OnRead = ClientSocket1Read
- Left = 32
- Top = 24
- end
- object ClientDataSet1: TClientDataSet
- Aggregates = <>
- Params = <>
- Left = 32
- Top = 88
- end
- object DataSource1: TDataSource
- DataSet = ClientDataSet1
- Left = 32
- Top = 152
- end
- end
-